how to convert pdfdocument to binary in c#

71

how to convert pdfdocument to binary in c# -

FileUpload1.SaveAs(filePathName);
byte[] picArray= System.IO.File.ReadAllBytes(filePathName);

Comments

Submit
0 Comments